VistaDB 6
VistaDB.DDA Namespace / IVistaDBKeyedCollection<TKey,TValue> Interface / Keys Property


In This Topic
    Keys Property (IVistaDBKeyedCollection<TKey,TValue>)
    In This Topic
    Collection of keys for lookup
    Syntax
    'Declaration
     
    
    ReadOnly Property Keys As System.Collections.Generic.ICollection(Of TKey)
    'Usage
     
    
    Dim instance As IVistaDBKeyedCollection(Of TKey,TValue)
    Dim value As System.Collections.Generic.ICollection(Of TKey)
     
    value = instance.Keys
    System.Collections.Generic.ICollection<TKey> Keys {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also